* Some things are hard to build (glibc and other lowlevel stuff), others
are just painful (webkit). Its very nice for app authors if they can
just rely on this stuff and not have to build and bundle it themselves.
* Anything we add to the runtime has the potential to conflict with
something bundled by the application (if it needs a different version).
I've currently made the platform pretty minimal. For instance, it
doesn't even have python or perl. I think we need to carefully consider
anything more we add to it.