Running out of power should be an exceptional event, while the journalling is active the entire time the filesystem is mounted. While it's on, every time you change a single bit on the fs the system will have to re-write at least two entire eraseblocks on the flash (one for the journal, one for the actual filesystem data/metadata, depending on the mount options used). Wear-levelling or not, that seems too excessive for my liking.