What role does the GPU play in UE4 when compiling?

Shaders are compiled on the CPU, as well as physics/collision simulations are on the CPU. Everything else (rendering) is done on the GPU.