It also weighs 265kg. Yeah this is probably not the ideal thing to showcase their product. I had a hard time understanding the scale of any of these contraptions. Banana for scale might have been a good move. This shelf was the only thing I could find where I could figure out roughly how big it is.
DIN rail is very popular. I even manufacture a niche product in a DIN rail case because most of the users will be placing it in a control cabinet with similar components.
The main savings are in labor costs avoided drilling mounting holes and ease of replacement. The standard sizes also make it easy to fit various components in a limited space.
Less RPi and more PLC[1], although there is a RPi in the house to pick off modbus data and stuff it into Grafana(over a point-to-point wifi bridge). If you combine Digikey and Automation Direct(along with a clever hack of running ~50% SSR PWM to run DC->~AC for cheap irrigation solenoids) you can put together some fun automation for a fraction of "real" industrial automation prices(although it's still spendy).
I like PLCs a bit more since they're dead simple to program and designed to handle a harsher environment than the RPi. They also have a whole host of I/O options and everything in industrial automation is standardized(-ish) so that you can interop between vendors for their different specialties.
One of the most fun part of the project was running the whole thing from solar, we have irrigation water so I build a neat little PID controller in the PLC that runs to a hefty Solid State Relay connected to a RV water pump with variable speed/flow. If you bypass the pressure relay, put in an appropriately sized flyback diode and use the SSR to do PWM it works quite well. It's no 3-phase VFD that you find on well pumps but it's held up well over the last year(and gave me an excuse to get a cheap hand-held scope to verify I had the flyback diode sized correctly).