For production why should I "bundle" the meteor application and not just copy the sources on the server use the "meteor" command?
Basically what is the difference between:
"meteor bundle app.tar.gz", then installing the right version of fibers and nodejs and extracting the archive and starting with "node main.js" the app,
and copying the project sources on the server and just writing "meteor" to start the app?