Less optimizations, simpler instruction sets, easier to implement. Going from transistors to C is like petrol to driving. Do you want to learn how a car works by building some 2024 safety and tech enabled car? Or would you rather start with something that resembles a 60s Beetle but with even less bells and whistles?
But aren't there real architectures that are simple enough? Z80, MOS 6502, Pic, AVR?
Sometimes less is more, and it can be freeing to know that your code compiles to a CPU with just a dozen or so instructions.
It’s the same reason most universities don’t teach git, UNIX, and other industry tools. Sometimes computer science is best seen in its purest form. Same with computer engineering.