I've built a few electron apps lately. That's an advantage, but another important one is that you can use node APIs in what is otherwise basically a webapp. The app I'm working on now is an SSH server monitoring thing, which wouldn't be possible in the browser (maybe with wasm, but /shrug).
I should mention though that desktop apps seem to have an order of magnitude conversion rate than web apps... it's been a slog.