What does cleaning up text actually mean?
Cleaning up text means removing the formatting that came with it rather than the words. Pasted text arrives carrying double spaces, line breaks in the middle of sentences, blank lines, tabs and repeats. Each tool here removes one of those and leaves everything else exactly as you wrote it.
Text almost never arrives clean. Copy a paragraph out of a PDF and every line breaks where the page did, not where the sentence does. Copy from a spreadsheet and the columns come across as tabs. Copy from an email chain, a scanned document or somebody else's word processor and you get double spaces after full stops, a stray non-breaking space that looks exactly like a normal one, blank lines where a page ended, and the same line pasted twice because somebody merged two lists.
None of that is a writing problem, and none of it is worth fixing by hand. Each tool in this group removes exactly one kind of mess, which is the point of splitting them up: a single "clean my text" button would have to guess which of your blank lines were deliberate, and it would be wrong often enough that you would stop trusting it. Eight narrow tools that each do one visible thing are safer than one wide one that does eight invisible things.
Every tool here keeps your original on screen beside the result, so you can read what changed before you accept it. The result pane counts what was removed rather than what moved — a cleaner that deletes two blank lines says "2 characters removed", not a positional score that would call the same edit twelve changes. And nothing is uploaded: a contract, a client's copy deck or an export full of customer names is cleaned by JavaScript running on your own machine.