Thanks for the reply Taylor. Whilst changing the structure may not be a big update to the way the framework works internally, for us mere mortals it's a huge departure from what we've been used to, both in terms of file placement but also the bringing of service providers to prominence.
The providers for the legacy application and the setRawTags helper method will shorten the upgrade process, however when I am updating (and I may well be a small minority here), I want my code to be as idiomatic to the framework as possible. With all the changes this could easily take a few hours, moving files into their correct places, adding requests, updating blade tags etc.
The more I have thought about it, the more I agree with the removal of form and html from the core, my only worry is that new members of the community may completely miss out on what can be a huge timesaver. If Laracasts were to release a (free?) video about the form and html packages it would give us a place to point new users if they were writing out forms manually. All in all though, the new additions are incredible, thanks Taylor.
@rspahni - The service provider ordering bit me yesterday when I was trying to set up a provider for adding view composers. In the end I just created a base controller and stuck it in there like I used to.