Example of using find with printf
find /etc/ -name "*conf" -printf '%s, %p\n' | sort -n
From the manpage:
%s File's size in bytes %p File's name