For components having pin direction "pwr" there is an explicit
netname/signal generated taking the pin name. (this post does not cover
the long discussed controversy of that feature).
I found issues when trying to write a script to find where a selected
airwire in the board is drawn on the schematic (yes I have large
designs). The board do make airwires of these explicit names, but their
visibility seems to be limited in schematics.
First, I discovered that the UL_SCHEMATIC "nets" loop member did not
cover these nets. But, for some reason, the allnets loop member does. I
am not sure why, but it did give me a reminder to use allnets instead of
nets in my script.
Then I discovered that the schematic show command does not find these
explicit names unless there is a wire drawn to one of the pins. But the
board show does.
Try adding any component with a VCC pwr pin, for example a 74xx chip,
and do "show vcc" from both board and schematic. Only board perspective
will show it.
I'd suggest this was a bug.