I don't "need" to work with normalized coordinates any more than SFML needs to work with pixel coordinates
It came to mind while implementing Gwen GUI's renderer class. In Gwen, texture coords are normalized, so having to access the texture's width and height members, then scaling the coords before handing them off to SFML seemed somewhat pointless and wasteful, given the existence of sf::Texture::CoordinateType.