The idea is:
The ability to view all the workflows that call a specific sub-workflow.
My use case:
I needed to add an input field to my sub-workflow, and now I need to update all the workflows that call it.
I think it would be beneficial to add this because:
Keeps me from accidentally breaking workflows, because I missing updating them to support the new input.