The article discusses this, but the big win is that podman runs "rootless" (as a role user, not root), which can reduce system security exposure when building images. It also doesn't require a daemon which could be considered a single point of failure.
Could someone who knowa more summarize any other benefits over docker?