Earlier quoted context omitted.
Apple Silicon CPUs have been "in a whole different league" for performance per watt when compared with other laptop or desktop CPUs for 2 reasons, they where made using a newer CMOS process to which competitors did not have yet access and they were designed to have a higher IPC, so that they have the same speed as competing CPUs at much lower clock frequencies, which results in a lower power consumption. On the other…
The reason is that the higher IPC of Apple CPUs does not matter for server applications. I’m not sure how to interpret this. Of course server applications care about IPC. Maybe moreso! The only difference I can imagine is that server applications are more likely to be memory-bandwidth bound, which does indeed make IPC irrelevant, but also plays in favor of the high bandwidth architecture of the M- series.
A high IPC is good for interactive applications that cannot be parallelized, so the latency between request and reply is determined by the product between IPC and clock frequency. Intel and AMD can achieve a lower latency than Apple only by raising the clock frequency, which is paid by an increase in power consumption that exceeds a lot the increase in performance.
So choosing to design a CPU with a higher IPC has contradictory effects on its efficiency for throughput-oriented (server) and for latency-oriented (personal computer) applications.