dirs -v presents a numbered stack of directories. Pushd doesn’t just function on one directory but also takes in a number pointing to a directory on the stack. Nothing like this exists out of the box for PS and it’s one of the most productive features in Bash.
dir itself is an alias for Get-ChildItem, but I don't know about -v (natural sort of version number)