Why is stored XSS considered worse than reflected XSS?
Because the payload is saved server-side and served to everyone who opens the affected page, it needs no per-victim link or click. One injection can run in every visitor's session, and if an admin views it the attacker may gain elevated access, giving stored XSS a far larger blast radius.