The load times were bugging me, but I could not decide on a set of sizes I wanted to restrict myself to.
So, I did what any sensible person would so and resorted to stupid, ugly hacks. :D
First, I added a bunch of optional dependencies. I added optional dependencies for all of Angel's mods, all of Bob's mods and the ShinyGFX/Icons series of mods. (Mods with many dependencies get loaded later and ShinyIcons was already pretty late in my load order.)
Second, I renamed data-updates.lua to data-final-fixes.lua.
These two changes together resulted in WideChests being loaded absolutely last in my load order and made all other mods load a bunch faster (less entities to parse).
You can use the second change without any impact since your mod has no interdependencies. The first change is really really ugly, but it works as long as you depend on a bunch of mods that almost everyone has installed.