I think it could be really useful to allow custom injection of additional content into the HTML <head> section on outbound emails.
When writing html emails that are generated out of apps, this allows for all sorts of things that standard email clients do not provide for. Also, it seems a very, very easy feature to implement, given that it only requires a string variable be added to the existing <head> generation code that can then be accessed and edited through the Config Editor...