Because of the Unix-like nature of FZF (list through stdin, selection through stdout), it's very easy to come up with different uses for it.
One of my personal favorites is to select files to open in my text editor. Most basic would be:
$ vim "$(fzf)"