Babel is a transpiler.
It doe not resolve the imports of modules as a module bundler
It just transpiles code from one language to another.
You can use the Babel REPL to check what Babel code compiles to.
Babel-node is a wrapper around NodeJs so that you can run directly without compilation steps.