I find it helps a lot to understand the whole pipeline from code you write to something actually running on your computer. Especially when something breaks a few steps along the way.

It's kind of like the native code version of the "what happens when you enter a URL in the location bar and hit Return?" Web dev interview question. Lots of spirals from high level to very low level detail possible there.

// @kdfrawg