Lightning ComponentはAppBuilderなどで利用できますが、Community Buiderでも利用することができます。利用したい場合は、『implements』の宣言が必要になります。
<aura:component implements="forceCommunity:availableForAllPageTypes" access="global"> </aura:component>
これでCommunity BuilderでLightning Componentが選択できるようになります。
詳細は開発者ガイドに記載があります。