Why is an orderly Linux shutdown safer than abruptly removing power?
It skips pending filesystem operations so power can be removed sooner.
It gives the system time to flush buffers, finish writes, close sessions, and stop services in order.
It permanently deletes all information that was held in memory.
It temporarily increases CPU speed before power-off.