Without stubs, there are is no autocomplete, type hinting etc. in Editors that can't scan the .so files themselves (like VSCode with pylance for example.)
I understand that it kind of works in PyCharm (also not very well to be honest) but not everybody is free to switch editor as they want to.
By adding stubs you could vastly improve the quality of life for developers using your python module.