absolutely, im sure even with all the resources available today that to be able to patch the system boot process to do all that stuff would require some serious skill.
from memory, and im not a coder, ive just read about it but when the system file boots there are a bunch of PTCH resources that get loaded up to either add/replace specific macOS functions etc. this happens before the rest of the OS starts up btw. when system 7 came out there were certain functions on the core OS that Apple wanted to change however because of how the macOS works the only way some things could be added was by patching a pre-existing resource that's part of the boot up process to basically added the function they wanted that gets loaded before the rest of the system starts loading, Apple did this a lot over the following years and while im sure many other companies did the same it certainly wasn't a common knowledge type of skill set for a Mac programmer to have at that time.
So Mode32 as far as I understand it is a INIT but mostly its just a file for holding the actual 'data' that gets used to patch the system file with code to replace 24bit ROM routines with 32bit versions.
they possibly could have actually just patched the system file using a patching app and not used an INIT at all, however im just speculating here and might be wrong. there might be a reason im not aware of as to why they used an INIT.