Why is performance wasted on blueprint graphs while playing in PIE?

We don’t. Slate does not render any Window that’s not visible or minimized. It’s probably code that doesn’t realize it’s not visible that’s responding to events that don’t derive from the Slate’s render path. Like timer callbacks or debugging events; something along those lines that don’t involve the slate render path.