Displaying Posts Depending on Number of Comments and Latest Comments?

query_posts( array('orderby' => 'comment_count', 'order'=>'DESC') )

This should do it.