In my experience, the big wins in Drakon are:
1. smart editing
2. skewers
3. rules about control flow (i.e. the PDF that Kartik referenced)
Skewers provide an "obvious" way to structure sequential control flow. Smart editing moves skewers aside to make room for wider code boxes - a very convenient, low-stress, low-mess way to create Drakon diagrams. Skewer-based control flow is "obvious" to human readers and tends to de-tangle program control flows. It's akin to "structured programming" for flowcharts, unlike, say Nassi-Shneiderman diagrams and Scratch, which are less "obvious" to human readers and visually more complex.