Difference between app.import and just including lib in bower.json

In the ember-cli-build.js folder you are instructed to user app.import to include libs in the generated output files.

My question is: what is the practical difference between this and importing the same lib in a specific file? Is it just a matter of scope or are there other practical differences in how you will be able to interact with these dependencies?