I understand that Meteor is all about packages - after all, Meteor is really just a collection of packages.
I understand there are packages created especially for Meteor, like the Iron Router, which would save us a lot of effort recreating a router from scratch!
However, there are packages which I simply do not see the purpose for. For example, I do not understand why there needs to be a jQuery package, as suggested to be recommended way to install jQuery in Meteor. Upon close inspection, it is simply packaging a custom jQuery file. Why can I not simply download jQuery and add it to the /client/lib/
directory?
This is not the only example - modernizr, jQuery Block UI
tl;dr
Please explain to me conceptually the value of using a simple single-file library (e.g. jQuery) inside a package instead of a standalone file