Trying to understand UE4's translucency once and for all

Separate Translucency renders all translucent materials to an offscreen buffer, then composits it on top of the opaque geometry at the end. I believe the main purpose is to allow motion blur, depth of field, and other depth based effects to work correctly. It might also be possible to use this to draw translucency at a lower resolution.