You would win by being able to push more polygons and shaders. Being able to use many lights is NOT the only benefit of deferred rendering.
If you're in a memory-limited scenario, you would actually lose due to the G-Buffer's inherent existance i.e. less memory to fit the scene geometry.
Also, with deferred lighting, it's better to have many small lights versus fewer large lights (or even down to one world light).